From c97339f674d21cdbb6a5f7acd92fab6f1c3cb787 Mon Sep 17 00:00:00 2001 From: Andres Mejia Date: Sat, 30 Apr 2011 21:55:17 -0400 Subject: [PATCH] Fix build failure due to missing -ldl. --- debian/patches/mp4client-makefile-fix.patch | 13 +++++++++++++ debian/patches/series | 1 + 2 files changed, 14 insertions(+) create mode 100644 debian/patches/mp4client-makefile-fix.patch create mode 100644 debian/patches/series diff --git a/debian/patches/mp4client-makefile-fix.patch b/debian/patches/mp4client-makefile-fix.patch new file mode 100644 index 0000000..22d4c41 --- /dev/null +++ b/debian/patches/mp4client-makefile-fix.patch @@ -0,0 +1,13 @@ +Description: Patch fixes build failure due to missing -ldl. +Origin: http://git.debian.org/?p=pkg-multimedia/gpac.git +--- a/applications/mp4client/Makefile ++++ b/applications/mp4client/Makefile +@@ -4,7 +4,7 @@ + + CFLAGS= $(OPTFLAGS) -I"$(SRC_PATH)/include" -I../../ + +-LINKLIBS=$(OGL_LIBS) ++LINKLIBS=$(OGL_LIBS) $(GPAC_SH_FLAGS) + + ifeq ($(DEBUGBUILD), yes) + CFLAGS+=-g diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..8418043 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +mp4client-makefile-fix.patch -- 2.30.2